home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / updates / update18.zoo / libg++ / src / xchangel < prev    next >
Encoding:
Text File  |  1992-03-22  |  5.1 KB  |  140 lines

  1. Fri Mar  6 15:25:55 1992  Per Bothner  (bothner@cygnus.com)
  2.  
  3.     * gnulib3.c:  Removed obsolete file.
  4.  
  5. Thu Mar  5 16:40:09 1992  Per Bothner  (bothner@cygnus.com)
  6.  
  7.     * *.cc:  Experiemnted with for each Foo.cc, adding
  8.     '#define _COMPILING_Foo' to control compilation of inlines in
  9.     Foo.h, then undid that change (see discussion in
  10.     ../g_++-include/ChangeLog).  Net difference is thus some
  11.     minor tweaking.
  12.  
  13.     * regex.cc:  Tweaks to remove warnings.
  14.  
  15. Tue Mar  3 17:23:57 1992  Per Bothner  (bothner@cygnus.com)
  16.  
  17.     * BitSet.cc:  Move BitSet::clear() here from BitSet.h,
  18.     and make non-inlined.
  19.  
  20. Sun Mar  1 16:26:07 1992  Per Bothner  (bothner@cygnus.com)
  21.  
  22.     * BitSet.cc, BitString.cc, Integer.cc, Rational.cc, String.cc:
  23.     Make error() methods return void, not volatile void, since
  24.     sometimes these error handlers *do* return.
  25.     * Fix.cc:  Fix parenthesization error.
  26.  
  27. Sat Feb 29 14:07:32 1992  Michael Tiemann  (tiemann@cygnus.com)
  28.  
  29.     * regex.cc (re_compile_pattern): Back out source code change that
  30.     was used to workaround a bug in g++.
  31.  
  32. Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
  33.  
  34.     * Makefile.in, configure.in: removed traces of namesubdir,
  35.       -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
  36.       copyrights to '92, changed some from Cygnus to FSF.
  37.  
  38. Wed Feb 26 12:37:43 1992  Per Bothner  (bothner at cygnus.com)
  39.  
  40.     * BitSet.cc, BitString.cc, Integer.cc, Rational.cc,
  41.     String.cc, error.cc:  Use new _VOLATILE_VOID macro (from
  42.     builtin.h) (to allow compilation by other C++ compilers).
  43.     * BitSet.cc,regex.cc:  #include <string.h>.
  44.  
  45. Thu Feb 20 21:46:17 1992  Per Bothner  (bothner at cygnus.com)
  46.  
  47.     * Regex.cc, regex.cc:  Add some needed casts.
  48.  
  49. Wed Feb 19 23:32:38 1992  Per Bothner  (bothner at cygnus.com)
  50.  
  51.     * timer.cc:  Include sys/types.h, since it is no
  52.     longer automatically included by time.h.
  53.     * regex.cc:  Added a comment about being based on regex.c.
  54.  
  55. Tue Feb 11 11:24:18 1992  Per Bothner  (bothner at cygnus.com)
  56.  
  57.     * String.cc:  Only skip ws if appropriate.
  58.     * Complex.cc, Fix.cc, Integer.cc, Rational.cc:
  59.     Apply fix below to other cases of operator>>.
  60.     (And if the format is bad, set failbit, not badbit.)
  61.  
  62.     * String.cc (String::operator>>, readline):
  63.     Use ipfx(0) instead of good() (unless _OLD_STREAMS).
  64.     Thus make sure to set the failbit (to prevent
  65.     infinite loops if eofbit is set without failbit).
  66.  
  67. Mon Feb 10 11:20:13 1992  Per Bothner  (bothner at rtl.cygnus.com)
  68.  
  69.     * String.C (String::operator const char*):  Don't
  70.     use the str() function to copy into an AllocRing
  71.     (since we're phasing out use of AllocRings).
  72.  
  73. Wed Jan 29 12:51:05 1992  Per Bothner  (bothner at cygnus.com)
  74.  
  75.     * Sample.cc:  Rename #included files to current names.
  76.  
  77. Fri Jan 24 15:51:50 1992  Per Bothner  (bothner at cygnus.com)
  78.  
  79.     * Makefile.in, configure.in: Some common rules moved to Make.defs.
  80.  
  81.     * new.cc, delete.cc: Include stdlib.h instead of obsolete malloc.h.
  82.  
  83. Fri Jan 17 15:03:28 1992  Per Bothner  (bothner at cygnus.com)
  84.  
  85.     Merge in Doug Lea's latest version; other fixes.
  86.     * Most files:  Replaced copyright notice (the old
  87.     ones claimed to be part of GNU CC).
  88.     * Makefile.in (depend):  Tweak it.
  89.     * ACG.cc, AllocRing.cc, BitSet.cc, BitString.cc, GetOpt.cc,
  90.     RNG.cc, dtoa.cc:  Minor improvements.
  91.     * BitString.cc, Fix16.cc, Fix24.cc, String.cc:  Change (int)
  92.     to (unsigned int) various places, inspired by gcc-2 warnings.
  93.     * Complex.cc, CursesW.cc, Fix.cc, Integer.cc, Rational.cc,
  94.     String.cc:  Various changes to allow use with either the
  95.     old stream facility or the new iostream facility.
  96.     * regex.cc:  Use 'new char[]' instead of 'malloc()'.
  97.     * bcopy.cc:  Minor changes.  Rename bcopy -> libgxx_bcopy.
  98.     * malloc.c:  Use size_t consistently.
  99.     * regex.cc: New version from FSF (C++ -ified).
  100.     * minmax.cc:  New file.
  101.     * MIN.cc, MAX.cc, std.cc:  Removed.
  102.  
  103. Sat Jan 11 14:44:17 1992  Michael Tiemann  (tiemann at cygnus.com)
  104.  
  105.     * CursesW.cc, GetOpt.cc: Don't declare any static class members
  106.     `static' at top-level.
  107.  
  108. Sun Jan  5 00:12:05 1992  Per Bothner  (bothner at cygnus.com)
  109.  
  110.     * Makefile.in, configure.in:  Automated 'make depend' support.
  111.     * String.cc:  For now, use _bad instead of ios::badbit.
  112.     * File.cc, Filebuf.cc, PlotFile.cc, SFile.cc, filebuf.cc,
  113.     form.cc, istream.cc, itoa.cc, ostream.cc, streambuf.cc:
  114.     Moved to ../old-stream.
  115.     * Makefile.in: Move rules for Making the stream stuff to
  116.     ../old-stream/Makefile.in.
  117.  
  118. Fri Jan  3 17:00:40 1992  Per Bothner  (bothner at cygnus.com)
  119.  
  120.     * Integer.cc, BitSet.cc, BitString.cc, Rational.cc:
  121.     Add #include <builtin.h> as needed.  It was included by the
  122.     old stream.h, but not by the new iostream.h.
  123.     * Integer.cc:  Merged in Doug Lea's changes to avoid
  124.     signed/unsigned warnings.
  125.     * Fix.cc, String.cc:  Fix some portabilty problems that
  126.     depended on the old stream code.
  127.  
  128. Tue Dec 31 18:19:15 1991  Per Bothner  (bothner at cygnus.com)
  129.  
  130.     * Makefile.in:  Move common definitions to ../Make.defs.
  131.     * configure.in:  Define host_makefile_frag to pull in Make.defs.
  132.  
  133. Sat Dec 28 16:47:38 1991  Michael Tiemann  (tiemann at cygnus.com)
  134.  
  135.     * regex.cc (re_compile_pattern,re_comp,main): Use `malloc' instead
  136.     of `new char[]' since we need to call realloc, and that doesn't
  137.     work with arrays allocated by new.
  138.     * Regex.cc (Regex::Regex): Ditto.
  139.  
  140.